Skip to content

Fix R API feature checks#162

Merged
mjwoods merged 5 commits intomasterfrom
fix-R-new-API
Apr 28, 2025
Merged

Fix R API feature checks#162
mjwoods merged 5 commits intomasterfrom
fix-R-new-API

Conversation

@mjwoods
Copy link
Copy Markdown
Owner

@mjwoods mjwoods commented Apr 27, 2025

Tests of new R API functions appeared to work in #159, but in fact, the functions were not detected even in the latest R version. This was because R CMD config CPPFLAGS does not set the include path for R headers. A separate command R CMD config --cppflags is provided for that purpose.

Update: Although the above approach worked, a simpler approach was taken, based on selecting R API features via the R version.

@mjwoods mjwoods changed the title Add extra CPPFLAGS needed when testing R headers Fix R API feature checks Apr 27, 2025
@mjwoods mjwoods merged commit 4cb348b into master Apr 28, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant